home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / K-CS.DCR / 00264.ls < prev    next >
Encoding:
Text File  |  2001-10-25  |  121 b   |  11 lines

  1. global Errorcount
  2.  
  3. on new me
  4.   set Errorcount to 0
  5.   set the visible of sprite 98 to 1
  6. end
  7.  
  8. on exitFrame
  9.   go(#loop)
  10. end
  11.